You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was actually trying to test against 3.3 (the latest stable release) and was running into boatloads of warnings as the old headers are nearing removal. Was planning at least to fire up a ethernet based test to test round trip time etc. I had to make some other changes to get things to compile but I'm not sure if this PR will fix those yet, plan to re-test as soon as its merged.
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
#include<version.h>
We need to include the version.h file to use ZEPHYR_VERSION after
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not sure if the module is ready for Zephyr 3.2 yet, but here is a fix for compilation for udp. Serial transport not affected.
Changelog of zephyr 3.2 specifies this:

https://docs.zephyrproject.org/3.2.0/releases/release-notes-3.2.html
Documentation:

https://docs.zephyrproject.org/3.2.0/releases/release-notes-3.2.html
Edit 1:
Added to prj.conf for testing udp(compile only):